home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / pco108.arc / UPDATES < prev   
Encoding:
Text File  |  1986-03-31  |  6.4 KB  |  127 lines

  1.  
  2. ITEMS ADDED TO PC-OUTLINE SINCE THE DOCUMENTATION RELEASE.
  3. ----------------------------------------------------------
  4.  
  5. ADDED IN VERSION 1.01:
  6.  
  7. 1)   Fixed bugs related to the block move and copy commands.  Doing a
  8.      block move or copy to the very end of the most recently created
  9.      outline element can cause your outline to be corrupted.  The
  10.      symptom is usually that garbage appears on the screen at the end
  11.      of the affected outline element.  If you try to move the cursor
  12.      into the garbage, your machine will hang.
  13.  
  14.  
  15. ADDED IN VERSION 1.02:
  16.  
  17. 1)   DE-INSTALL - While using PC-OUTLINE in memory resident mode, you may
  18.      deinstall it from memory by pressing Control-Backspace three times in
  19.      a row from the main editing mode.  If there were no memory resident
  20.      programs loaded after PC-OUTLINE, you will recover all the memory
  21.      that PC-OUTLINE was allocated.  If you load any memory resident
  22.      programs after PC-OUTLINE, the memory PC-OUTLINE occupied will be
  23.      freed, but it will not be available for dos to use to run other
  24.      programs in.
  25.  
  26.      Note:     ONLY USE THE DEINSTALL COMMAND AFTER INVOKING PC-OUTLINE
  27.                FROM THE DOS PROMPT AND ONLY AFTER YOU HAVE SAVED ALL OF
  28.                YOUR OUTLINES.  YOU MUST BE IN THE MAIN EDITING MODE OF
  29.                PC-OUTLINE FOR THE DEINSTALL TO WORK (not the opening
  30.                menu).
  31.  
  32. ADDED IN VERSION 1.03:
  33.  
  34. 1)   The "Lose Changes" prompt now looks at all open windows.  It used to
  35.      only look at changes in the current window.
  36.  
  37. 2)   With the /K command parameter option you can force PC-OUTLINE to take
  38.      its keys directly from the keyboard buffer without going through
  39.      BIOS.  This allows you to bypass keyboard enhancers.
  40.  
  41.      MAIN USE:  If you have a whole bunch of keys redefined for your word
  42.      processor and you don't want those key definitions for PC-OUTLINE,
  43.      you can use the /K option and the keyboard enhancer will be active in
  44.      your main program, but not when you invoke PC-OUTLINE.  When you
  45.      return back to your word processor, the keyboard enhancer will
  46.      automatically be active again.  It is likely you will only find use
  47.      for this option when using PC-OUTLINE in its memory resident mode.
  48.  
  49.      For those of you following the progression of versions, all
  50.      non-memory resident versions get their keys through BIOS.  For the
  51.      memory resident version, 1.00 and 1.01 got keys directly from
  52.      keyboard buffer, 1.02 got keys through BIOS and 1.03 gives you the
  53.      choice with /K (default through BIOS).
  54.  
  55. 3)   Fixed bugs relating to the Find and Replace command with:
  56.      Ask Before Replacing = Yes and All Occurrences = Yes and a very
  57.      particular type of outline structure.  Also fixed a bug that
  58.      causes the screen to scroll up and hang when the DEL key is
  59.      pressed with the cursor positioned at the end of the first line
  60.      of an outline element with text hidden and a long word following
  61.      the cursor.
  62.  
  63. ADDED IN VERSION 1.04:
  64.  
  65. 1)   A few small changes to make 1.03 work how it was supposed to.
  66.  
  67. ADDED IN VERSION 1.05:
  68.  
  69. 1)   DELETE OUTLINE ENTRY PROMPT:  The delete outline entry command now
  70.      contains a prompt that asks you to confirm whether you really want to
  71.      delete the entire outline family.  This was added in response to
  72.      complaints that the ^D command was too dangerous.  You could delete
  73.      your whole outline with a single keystroke.  If you do not want this
  74.      prompt, then you can use the command parameter /P when first loading
  75.      PC-OUTLINE and the prompt will be skipped.  Note you could also
  76.      define a macro for ^D to be ^DY (^D and then a Y to answer yes to the
  77.      delete prompt).
  78.  
  79. 2)   SNOW ON MONITORS:  The /T command parameter will fix a problem with
  80.      snow on the screen that some monitors may have.  On some IBM color
  81.      graphics adapters, you may see a small amount of snow on the left
  82.      edge of the screen.  Using the /T command parameter should eliminate
  83.      that.  The problem also occurs on some Hercules clone video cards.
  84.      If you have the IBM monochrome adapter, an EGA card, or a COMPAQ
  85.      card, you should not need this option.  Using the /T parameter has a
  86.      slight disadvantage (so you should not use it unless you need it).
  87.      With /T enabled, the on screen time and the CAPS and NUM indicators
  88.      will only be updated whenever you press a key.  Consequently, the
  89.      time and the shift status may not be correct if you have not pressed
  90.      a  key for a while.  Note:  this option is not the same as video
  91.      retrace in the ADVANCED CONFIGURATION menu.  If you see snow on the
  92.      screen, you should first make sure that this option is set to YES.
  93.      Only if that does not fix the problem should you use /T.  You may
  94.      also want to use this option if you have a Hercules clone and you see
  95.      unwanted background snow all the time.
  96.  
  97. 3)   LOW INTENSITY VIDEO:  The /I command parameter will force PC-OUTLINE
  98.      to use low intensity video instead of high intensity video (in
  99.      response to users with a monochrome display).
  100.  
  101. 4)   SAME KEY INVOKE/DE-INVOKE:  When using PC-OUTLINE in memory resident
  102.      mode, the same key that you use to invoke PC-OUTLINE (the default is
  103.      Control-Backslash, but you can change it using KEYSET.COM) will also
  104.      exit PC-OUTLINE and return you back to your other application.
  105.  
  106. 5)   CORRECT TIME ON COMPATIBLES:  A utility program called GOODCLK.COM is
  107.      now included on the disk that will allow PC-OUTLINE to correctly
  108.      display the time on some compatibles.  To use it, just run it any
  109.      time before loading PC-OUTLINE (preferably in your autoexec.bat
  110.      file).  It does not remain memory resident so you lose no memory by
  111.      running it.  All it does is set the BIOS time to be the same as the
  112.      DOS time.  PC-OUTLINE gets its time from BIOS (because it is so much
  113.      quicker), but some compatibles with clock cards (AT&T, EPSON, ...)
  114.      set the DOS time correctly on boot up, but not the BIOS time.  You
  115.      should not need this if you have an IBM or a COMPAQ.
  116.  
  117. 6)   Pressing the ESC key after hitting the menu key ("/") will now just
  118.      cancel the menu key instead of asking you if you want to quit
  119.      PC-OUTLINE.
  120.  
  121. ADDED IN VERSION 1.06:
  122.  
  123. 1)   Few small changes to make memory resident version work with more
  124.      programs.
  125.  
  126. 2)   Bug fixes in the key redefinition part of the program.
  127.